Entry

interface Entry

Represents an available firmware update.

Types

Link copied to clipboard
enum State
Local state of the firmware update.

Functions

Link copied to clipboard
abstract fun cancelDownload(): Boolean
Cancels an ongoing firmware update file download.
Link copied to clipboard
abstract fun canDelete(): Boolean
Tells whether any local file for this firmware update can be deleted from device's storage.
Link copied to clipboard
abstract fun delete(): Boolean
Requests deletion of this firmware update file from device's storage.
Link copied to clipboard
abstract fun download(): Boolean
Requests download of this firmware update file.
Link copied to clipboard
@IntRange(from = 0, to = 100)
abstract fun downloadProgress(): Int
Informs about firmware file current download progress, as a percentage.
Link copied to clipboard
abstract fun info(): FirmwareInfo
Gives information about the firmware update.
Link copied to clipboard
Gives this firmware update's local state.